home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / GRAPHICS / VFD.ZIP / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-11-30  |  154 b   |  8 lines

  1. echo off
  2. rem Play all RLE AVIs in a continuous loop with fade transitions.
  3. :start
  4. geewiz * -l1 -d -f3 -g
  5. if errorlevel 1 goto end
  6. goto start
  7. :end
  8.